[INFO] cloning repository https://github.com/jiangyuk2026/rust-js-parser
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jiangyuk2026/rust-js-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiangyuk2026%2Frust-js-parser", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiangyuk2026%2Frust-js-parser'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 47c6770b6405da6aee47f370cd817a74ca98c728
[INFO] fixing jiangyuk2026/rust-js-parser against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiangyuk2026%2Frust-js-parser" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jiangyuk2026/rust-js-parser
[INFO] finished tweaking git repo https://github.com/jiangyuk2026/rust-js-parser
[INFO] tweaked toml for git repo https://github.com/jiangyuk2026/rust-js-parser written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jiangyuk2026/rust-js-parser on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jiangyuk2026/rust-js-parser already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 70e5144c093476eb0afcc614f2d695b598ece064de8c6f536459607247286555
[INFO] running `Command { std: "docker" "start" "70e5144c093476eb0afcc614f2d695b598ece064de8c6f536459607247286555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "70e5144c093476eb0afcc614f2d695b598ece064de8c6f536459607247286555" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "70e5144c093476eb0afcc614f2d695b598ece064de8c6f536459607247286555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "70e5144c093476eb0afcc614f2d695b598ece064de8c6f536459607247286555" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking rust-js-parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/for_exp.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/declaration_exp.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/function_exp.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/object_exp.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::token::{Token, is_keyword};
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/if_exp.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/try_exp.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/switch_exp.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/arrow_function_exp.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/while_exp.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]   --> src/express.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::token::{Token, is_keyword};
[INFO] [stdout]    |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/for_exp.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]    --> src/exp/for_exp.rs:107:16
[INFO] [stdout]     |
[INFO] [stdout] 107 |     use crate::token::Token;
[INFO] [stdout]     |                ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/lex.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/declaration_exp.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/node.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]   --> src/parser.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::token::Token;
[INFO] [stdout]    |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/function_exp.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]    --> src/exp/function_exp.rs:194:16
[INFO] [stdout]     |
[INFO] [stdout] 194 |     use crate::token::Token;
[INFO] [stdout]     |                ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/object_exp.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::token::{Token, is_keyword};
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]   --> src/exp/object_exp.rs:82:16
[INFO] [stdout]    |
[INFO] [stdout] 82 |     use crate::token::Token;
[INFO] [stdout]    |                ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/if_exp.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]   --> src/exp/if_exp.rs:52:16
[INFO] [stdout]    |
[INFO] [stdout] 52 |     use crate::token::Token;
[INFO] [stdout]    |                ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/try_exp.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]   --> src/exp/try_exp.rs:73:16
[INFO] [stdout]    |
[INFO] [stdout] 73 |     use crate::token::Token;
[INFO] [stdout]    |                ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/switch_exp.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]   --> src/exp/switch_exp.rs:53:16
[INFO] [stdout]    |
[INFO] [stdout] 53 |     use crate::token::Token;
[INFO] [stdout]    |                ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/arrow_function_exp.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]    --> src/exp/arrow_function_exp.rs:189:16
[INFO] [stdout]     |
[INFO] [stdout] 189 |     use crate::token::Token;
[INFO] [stdout]     |                ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]   --> src/exp/array_exp.rs:28:16
[INFO] [stdout]    |
[INFO] [stdout] 28 |     use crate::token::Token;
[INFO] [stdout]    |                ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/exp/while_exp.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]   --> src/exp/while_exp.rs:39:16
[INFO] [stdout]    |
[INFO] [stdout] 39 |     use crate::token::Token;
[INFO] [stdout]    |                ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]   --> src/express.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::token::{Token, is_keyword};
[INFO] [stdout]    |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/express_test.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use crate::token::Token;
[INFO] [stdout]   |                ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/lex.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]  --> src/node.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::token::Token;
[INFO] [stdout]   |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]   --> src/parser.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::token::Token;
[INFO] [stdout]    |            ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::token`
[INFO] [stdout]    --> src/parser.rs:221:16
[INFO] [stdout]     |
[INFO] [stdout] 221 |     use crate::token::Token;
[INFO] [stdout]     |                ^^^^^ could not find `token` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-js-parser` (bin "rust-js-parser") due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-js-parser` (bin "rust-js-parser" test) due to 24 previous errors
[INFO] running `Command { std: "docker" "inspect" "70e5144c093476eb0afcc614f2d695b598ece064de8c6f536459607247286555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70e5144c093476eb0afcc614f2d695b598ece064de8c6f536459607247286555", kill_on_drop: false }`
[INFO] [stdout] 70e5144c093476eb0afcc614f2d695b598ece064de8c6f536459607247286555
